Skip to main content
Version: 12.10.0

Get App Config API

This API will get the App Cofiguration content for AOK.

  • Request Type : GET
  • End Point URL : /v1/getAppVersionDetails
  • Authorization : basic_auth

Parameters : NA

  • Sample URL : http://site_url/v1/getAppVersionDetails
  • Response Success Code : 200 OK
  • Sample Response
[
{
"ios": [
{
"appMajorVersion": 11,
"appMinorVersion": 43,
"appPatchVersion": 0,
"mandatory": true,
"mandatoryMajorVersion": 11,
"mandatoryMinorVersion": 43,
"mandatoryPatchVersion": 0
}
],
"android": [
{
"appMajorVersion": 11,
"appMinorVersion": 43,
"appPatchVersion": 0,
"mandatory": false,
"mandatoryMajorVersion": 11,
"mandatoryMinorVersion": 42,
"mandatoryPatchVersion": 12
}
]
}
]